home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr28
/
ipxtcpip.zip
/
IPX$KA9Q.CFG
next >
Wrap
Text File
|
1993-03-06
|
2KB
|
55 lines
IPX$$KA9Q.BAT$f batch file to start KA9Q's NET.EXE
s:\utility\internet\ipxpkt $v$l
s:\utility\internet\ka9q\net -d $d
rem s:\utility\internet\termin $v$l
chdir $d
erase DOMAIN.TXT
s:\public\purge DOMAIN.TXT>NUL
erase AUTOEXEC.NET
s:\public\purge AUTOEXEC.NET>NUL
DOMAIN.TXT$f node list for KA9Q's NET.EXE
sun. IN A 148.81.4.6
cocos. IN A 148.81.4.6
fizyk. IN A 148.81.4.7
gate. IN A 148.81.20.1
unix. IN A 148.81.4.5
me. IN A 148.81.20.$i
AUTOEXEC.NET$f commands for KA9Q's NET.EXE
# Configuration file for NET.EXE
#
# Define own IP address
ip address [148.81.20.$i]
# and own hostname (unfortunately, not recognized by SUN)
hostname $n
#
# Attach driver:
# attach packet <intvec> <iface> <txqlen> <mtu>
# iface - name (arbitrary char str), mtu - max transm unit size
attach packet $v pkt 15 1500 [148.81.20.$i]
# and configure it
ifconfig pkt ipaddress 148.81.20.$i netmask 0xffffff00 broadcast 148.81.20.255
#
# Default route via ZFJA-gate
route add default pkt [148.81.20.1]
#
# Limits time-to-live for packets to 4 hops
ip ttl 4
#
# TCP default receive window and TCP Maximum Segment Size
tcp window 1024
tcp mss 1024
#
# Define nameserver
domain addserver [148.81.4.6]
#
# Allow PING to our computer
start echo
#
# Allow incoming FTP sessions - file FTPUSERS should contain line:
# username password /directory access
# /directory (must begin with /) - 'root' directory for FTP
# access: 7-full, 3-read+create, 1-read only
start ftp
start discard
help